JavaScript

{dialog.object}tabTimerGoto Method

Syntax

{dialog.object}.tabTimerGoto(tabId,target);

Arguments

tabId

The tab to advance.

target

Can be 'first', 'previous', 'next' or 'last' or an explicit tab pane number.

Description

Advances to the target tab pane.

Target can be 'first', 'previous', 'next' or 'last'. Target can also be an explicit tab pane number. (Applies only to tab objects for which the method for selecting the active tab has been set to 'timer'.)

{dialog.object}.tabTimerGoto(tabId,target);

See Also